github.com/andybalholm/brotli.encoderDictionary.cutoffTransforms (field)
4 uses
github.com/andybalholm/brotli (current package)
encoder_dict.go#L7: cutoffTransforms uint64
encoder_dict.go#L21: dict.cutoffTransforms = kCutoffTransforms
hash.go#L141: var transform_id uint = (cut << 2) + uint((dictionary.cutoffTransforms>>(cut*6))&0x3F)
static_dict.go#L120: var transform_id uint = (cut << 2) + uint((dict.cutoffTransforms>>(cut*6))&0x3F)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |